Adding WebView2 support, changed screen recording logic and changed logic of attaching root element#77
Merged
teo-nikolov merged 29 commits intomainfrom Apr 14, 2026
Merged
Adding WebView2 support, changed screen recording logic and changed logic of attaching root element#77teo-nikolov merged 29 commits intomainfrom
teo-nikolov merged 29 commits intomainfrom
Conversation
Releases/v1.2.0
## [1.2.0-preview.1](v1.1.0...v1.2.0-preview.1) (2025-10-20) ### Features * add "none" session option to start without attaching to any element ([22586a2](22586a2)) * add appWorkingDir, prerun, postrun, and isolatedScriptExecution capabilities ([5a581ae](5a581ae)) ### Bug Fixes * allow elementId with optional x/y offsets for click/hover ([2d01246](2d01246)) * make modifierKeys case-insensitive ([7a05300](7a05300)) * update ESLint config ([2e08f8d](2e08f8d)) ### Miscellaneous Chores * add extra logging ([5da452f](5da452f)) * bump peerDependency appium to ^3.1.0 ([cdee0ca](cdee0ca)) * configure semantic-release branches for stable and preview releases ([a4a1fa2](a4a1fa2)) * remove unnecessary ESLint ignore comments ([4c70038](4c70038)) * upgrade dependencies and devDependencies to latest versions ([4fd016c](4fd016c))
Added logging for app initialization
Added retry for attaching a window
fix: version bump
## [1.2.0-preview.2](v1.2.0-preview.1...v1.2.0-preview.2) (2026-04-02) ### Bug Fixes * version bump ([a872a23](a872a23))
…dows-driver into develop [skip ci]
feat(webview): enable WebView2 support
## [1.4.0-preview.2](v1.4.0-preview.1...v1.4.0-preview.2) (2026-04-02) ### Bug Fixes * debug cdp json issue ([fe3f762](fe3f762))
…dows-driver into feature/webview-support
fix: fixed port issue with cdpRequest
## [1.4.0-preview.3](v1.4.0-preview.2...v1.4.0-preview.3) (2026-04-02) ### Bug Fixes * fixed port cdpRequest issue ([37b9291](37b9291))
Feature/webview support
fix(debug): changed logic for finding window on app launch
## [1.4.0-preview.4](v1.4.0-preview.3...v1.4.0-preview.4) (2026-04-09) ### Bug Fixes * **debug:** changed logic for finding window on app launch ([00edf24](00edf24))
…view capability names
## [1.4.0-preview.5](v1.4.0-preview.4...v1.4.0-preview.5) (2026-04-14) ### Features * making screen recorder ffmpeg auto-downloadable and updated webview capability names ([095b2af](095b2af)) ### Bug Fixes * changed logic of attaching the root window not working on some machines ([ee12870](ee12870)) * **webview:** fix current webview not being set ([a08f775](a08f775)) * **webview:** fix error when no webview endpoint is available ([c15567c](c15567c))
|
🎉 This PR is included in version 1.4.0-preview.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
Types of changes
What types of changes does your code introduce to Appium?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...